翻訳と辞書
Words near each other
・ Luhden
・ Luhe
・ Luhe (Ilmenau)
・ Luhe (Naab)
・ Luhe County
・ Luhe District
・ Luhe Economic Zone Station
・ Luhe-Wildenau
・ Luhei River
・ Luheng Road Station
・ Luhkka
・ Luhman 16
・ Luhmann
・ Luhmühlen Horse Trials
・ Luhn algorithm
Luhn mod N algorithm
・ Luhnau
・ Luhnstedt
・ Luhonono
・ Luhove
・ Luhový
・ Luhrasp
・ Luhring Augustine Gallery
・ Luhrs Building
・ Luhrs Tower
・ Luhrsen Nunatak
・ Luhte
・ Luhu
・ Luhu language
・ Luhu, Indonesia


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Luhn mod N algorithm : ウィキペディア英語版
Luhn mod N algorithm

The Luhn mod N algorithm is an extension to the Luhn algorithm (also known as mod 10 algorithm) that allows it to work with sequences of non-numeric characters. This can be useful when a check digit is required to validate an identification string composed of letters, a combination of letters and digits or even any arbitrary set of characters.
== Informal explanation ==

The Luhn mod N algorithm generates a check digit (more precisely, a check character) within the same range of valid characters as the input string. For example, if the algorithm is applied to a string of lower-case letters (''a'' to ''z''), the check character will also be a lower-case letter. Apart from this distinction, it resembles very closely the original algorithm.
The main idea behind the extension is that the full set of valid input characters is mapped to a list of code-points (i.e., sequential integers beginning with zero). The algorithm processes the input string by converting each character to its associated code-point and then performing the computations in mod N (where N is the number of valid input characters). Finally, the resulting check code-point is mapped back to obtain its corresponding check character.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Luhn mod N algorithm」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.